home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / binutils.252 / gas / config / tc-i386.h
Encoding:
Text File  |  1994-12-18  |  691 b   |  21 lines

  1. *** orig/binutils.252/gas/config/tc-i386.h    Sat Dec 17 19:48:10 1994
  2. --- src/binutils.252/gas/config/tc-i386.h    Sat Dec 17 19:50:06 1994
  3. ***************
  4. *** 112,122 ****
  5. --- 112,126 ----
  6.   #endif
  7.   #define tc_coff_symbol_emit_hook(a)    ;    /* not used */
  8.   
  9. + #ifndef TE_GO32
  10. + /* djgpp is coff, but with underscores, to gcc uses "L*" for local labels
  11. +    instead of ".L*".  FIXME - should check for underscores, like gcc does */
  12.   #ifndef OBJ_AOUT
  13.   /* Local labels starts with .L */
  14.   #define LOCAL_LABEL(name) (name[0] == '.' \
  15.            && (name[1] == 'L' || name[1] == 'X' || name[1] == '.'))
  16.   #define FAKE_LABEL_NAME ".L0\001"
  17. + #endif
  18.   #endif
  19.   #define LOCAL_LABELS_FB
  20.   
  21.